.modern-review-box {
  background: #f0f0ff;
  padding: 20px;
  width: 95%;
  margin: 0px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", sans-serif;
}

.modern-review-box h3 {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  font-size: 22px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #444;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #7e57c2;
  box-shadow: 0 0 4px rgba(126, 87, 194, 0.3);
}

textarea {
  height: 100px;
  resize: vertical;
}

button[type="submit"] {
  background: #7e57c2;
  color: white;
  font-weight: bold;
  border: none;
  padding: 12px 18px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
  transition: background 0.3s ease;
}

button[type="submit"]:hover {
  background: #6a44b2;
}

.modern-star-rating {
  margin-top: -30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 5px;
}

.modern-star-rating input {
  display: none;
}

.modern-star-rating label {
  font-size: 26px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modern-star-rating input:checked ~ label {
  color: #ff9800;
}

#modernReviewMessage {
  margin-top: 12px;
  color: green;
  font-weight: 500;
  text-align: center;
}

.customer-review-section {
  max-width: 100%;
  margin: auto;
  padding: 0px;
  font-family: "Segoe UI", sans-serif;
}

.customer-review-section h3 {
  text-align: center;
  margin-bottom: 20px;
}

/* Review Cards */
.review-card {
  display: flex;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  align-items: flex-start;
}

.review-user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.review-content {
  flex: 1;
}

.customer-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.comment {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
}

/* Responsive */
@media (max-width: 600px) {
  .review-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .user-icon {
    margin-bottom: 10px;
  }

  .review-content {
    margin: 0;
  }
}

/* Product Card Slider */

.section-heading h2 {
  text-align: center;
  margin: 20px;
  color: green;
}
.slider-card-wrapper {
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  border-radius: 8px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  /* background: white; */
  user-select: none;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.product-card {
  width: 240px;
  height: auto;
  margin: 10px;
  background: #fffffff8;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  padding: 0px;
  text-align: left;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 8px rgba(72, 71, 71, 0.842);
  font-weight: 600;
  border: 1px solid #6e6e6e;
}

.product-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  /* transform:scale(1.04); */
  border: 1px solid rgba(0, 0, 0, 0.39);
}
.product-title {
  margin: -10px 0 0 10px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.product-price {
  display: none;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

/* Buy Now link */
.product-card-link {
  margin-top: auto;
  margin-bottom: 0px; /* push the link to bottom */
  padding: 0;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.product-card-link a {
  background-color: #4e46e5eb;
  color: white;
  text-decoration: none;
  margin-bottom: 0px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-radius: 0 0 6px 6px;
  transition: background-color 0.3s ease;
}

.product-card-link a:hover {
  background-color: #3730a3;
}

/* Navigation buttons */

#slider-nav1 {
  text-align: center;
  margin-top: 0px;
  padding: 10px 0 10px 0;
}

#slider-nav1 button img {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-content: center;
  text-align: center;
}

#slider-nav1 button {
  background: #fdfdfd;
  border: 1px solid black;
  padding: 5px;
  margin: 0px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

#slider-nav1 button:hover {
  background: #fcb549;
}

.link_direction {
  padding: 10px 20px;
  text-align: center;
  background-color: #f0f0f066;
}
.breadcrumb {
  margin-bottom: 0px;
  color: #888;
}

.breadcrumb a {
  font-size: 16px;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #000000;
  font-style: bold;
}

.breadcrumb a:hover {
  font-weight: 600;
}

.breadcrumb span {
  color: #555;
}

/* Base Container */
.single-product-image {
  position: relative;
}

.out-of-stock-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6); /* semi-transparent black */
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  width: auto;
  height: auto;
  text-align: center;
  z-index: 10;
  text-transform: uppercase;
  pointer-events: none; /* so it doesn't block clicks */
}

.product-meta p {
  font-size: 10px;
  color: #555;
  margin: 8px 0;
}

.product-meta strong {
  color: #000;
}

.product-meta p span a {
  margin: 0px 2px;
  text-decoration: none;
  color: #000;
}
.product-meta p span a:hover {
  color: #1b0340;
  font-weight: 700;
}

.single-product-container {
  padding: 5px 15px;
  font-family: "Segoe UI", sans-serif;
}

/* Flex Layout for Image & Info */
.single-product-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

/* Image */
.single-product-image {
  flex: 1 1 40%;
  min-width: 300px;
  max-width: 400px;
  min-height: 250px;
  max-height: 400px;
}

.single-product-image img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #3a3a3a;
  object-fit: cover;
}

/* Info Section */
.single-product-info {
  flex: 1 1 55%;
}

.single-product-info p {
  font-size: 14px;
}

/* Heading, Rating, Price */
.single-product-heading h1{
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #333;
}

.single-price {
  font-size: 1.4rem;
  font-weight: bold;
  color: #d73b10;
  margin: -10px 0 0 0;
}

/* Options */
.single-options-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

.single-option-btn {
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f8f9fa;
  transition: 0.3s ease;
}

.single-option-btn:hover,
.single-option-btn.active {
  background-color: #d73b10;
  color: white;
  border-color: #d73b10;
}
.curr-unit-group {
  display: flex;
  gap: 10px;
  margin-right: auto;
}

/* Currency & Quantity */
#single-currencySelect,
#single-quantity {
  padding: 10px;
  max-width: 150px;
  width: 100%;
  margin-top: 5px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.Acc-typ-qul-validity {
  line-height: 25px;
}
.Acc-typ-qul-validity > .Acc {
  color: #184c81;
}
.Acc-typ-qul-validity > .typ {
  color: #701881;
}
.Acc-typ-qul-validity > .qul {
  color: #814018;
}

/* Total */
#single-totalAmount {
  margin-top: 0px;
  font-size: 1.2rem;
  font-weight: bold;
  color: green;
}

/* Buttons */
.single-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.single-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.single-btn.buy {
  background-color: #086e16;
  color: white;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  font-style: bold;
}

.single-btn.buy:hover {
  background-color: #0056b3;
}

.single-btn.clear {
  text-decoration: underline;
  background-color: #f4433600;
  color: rgb(0, 0, 0);
  margin-top: 10px;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  width: auto;
}

#why_choose_us {
  margin:10px 0;
  background-color: #faf9eb9a;
  padding: 0 10px ;
  line-height: 1.9;
  border: 1px solid rgb(78, 78, 78);
  border-radius: 8px;
}

#why_choose_us h3{
padding: 0;
margin: 0;
}

/* FAQ Section */
.faq-section {
  padding: 0px 0;
  background: #fff;
  border-radius: 8px;
}

.faq-section h3 {
  margin-bottom: 16px;
  font-size: 22px;
  color: #333;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 14px;
  font-size: 16px;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: "–";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 14px;
  background-color: #f9f9f9;
}

.faq-answer p {
  margin: 14px 0;
  color: #444;
}

/* Custom Unique FAQ Styles */
.custom-faq-wrapper {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 10px;
  margin-top: 0px;
}

.custom-faq-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.custom-faq-box {
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
}

.custom-faq-toggle {
  width: 100%;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  padding: 5px 0;
  cursor: pointer;
  position: relative;
}

.custom-faq-toggle::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.custom-faq-toggle.active::after {
  content: "–";
}

.custom-faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px 0 0;
  background-color: #fdfdfd;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.custom-faq-content p {
  text-align: justify;
  padding: 0 25px 0 0;
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #333333;
}
.custom-faq-content p ul li{

}
/* Tab Section */
.tab-bar {
  display: flex;
  border-bottom: 2px solid #ccc;
  overflow-x: auto;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}

.tab-btn {
  flex: 1;
  padding: 12px;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.tab-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #007bff;
  transition: width 0.3s ease;
}

.tab-btn.active::after {
  width: 100%;
}

.tab-scroll-area {
  scroll-behavior: smooth;
}

.tab-section {
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
}
.tab-section p {
  margin: 0;
  border: 0;
  text-align: justify;
}
/* Responsive */
@media (max-width: 768px) {
  .single-product-flex {
    flex-direction: column;
    gap: 5px;
  }

  .single-options-row,
  .single-btn-row {
    flex-direction: row;
  }

  #single-currencySelect,
  #single-quantity {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .single-price {
    font-size: 1.2rem;
  }

  .single-btn {
    font-size: 1rem;
    padding: 10px 14px;
  }

  .single-rating {
    font-size: 0.8rem;
  }

  .review-content .Star_rating {
    justify-content: center;
  }
}
.review-content .Star_rating {
  padding: 0px;
  margin: 0px;
}

.Star_rating {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0;
}
.Star_rating span {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.Star_rating span img {
  width: 20px;
  height: auto;
}
.Star_rating p {
  justify-content: center;
  padding-left: 5px;
  margin-top: 5px; 
}
.Star_rating p a {
  font-size: 16px;
}

.single-share-btn {
  padding: 2px;
  border: 1px solid black;
  background-color: rgba(12, 12, 12, 0);
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.single-share-btn:hover {
  background-color: #000000e2;
}
.single-share-section .single-share-btn img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(60, 60, 60, 0.1);
  text-decoration: none;
}

@media (max-width: 480px) {
  .single-share-section .single-share-btn img {
    width: 30px;
    height: 30px;
  }

  .single-share-section .single-btn-row {
    gap: 8px;
  }

  .single-share-section strong {
    font-size: 16px;
  }
}

.single-btn-row .single-share-btn abbr img {
  transition: all 0.3s ease;
}

.single-btn-row .single-share-btn:hover abbr[title="Copy Link"] img {
  content: url("/social-icon/link-solid-full.svg");
}

.single-btn-row .single-share-btn:hover abbr[title="WhatsApp"] img {
  content: url("/social-icon/whatsapp-brands-solid-full.svg");
}

.single-btn-row .single-share-btn:hover abbr[title="Facebook"] img {
  content: url("/social-icon/square-facebook-brands-solid-full.svg");
}

.single-btn-row .single-share-btn:hover abbr[title="Telegram"] img {
  content: url("/social-icon/telegram-brands-solid-full.svg");
}

.single-btn-row .single-share-btn:hover abbr[title="Twitter"] img {
  content: url("/social-icon/square-x-twitter-brands-solid-full.svg");
}

.single-btn-row .single-btn:hover abbr[title="LinkedIn"] img {
  content: url("/social-icon/linkedin-in-brands-solid-full-hover.jpg");
}
